home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / crosstab / crosstab.txt < prev    next >
Encoding:
Text File  |  1995-12-22  |  1.6 KB  |  48 lines

  1. TCrossTab component.
  2.   TCrossTab is data-aware component, user can set the databasename, tablename,
  3. primaryfield, secondaryfield and valuefield. Turn the active flag to 'TRUE' in
  4. design time, the result will be shown on the grid.
  5.   This component will be installed to 'Sample' component pallet page.
  6.  
  7. Key Properties :
  8.  
  9.   Active:
  10.     Values set of (True,False).
  11.     If True, crosstab will be linked to database.
  12.   CTPrimaryField:
  13.     Should be a column field of a Database table. This field will be used
  14.     as major field of cross table.
  15.   CTPrimarySum:
  16.     Valeus Set of (True,False)
  17.     If True, a sum field for PrimaryField will be added at the end.
  18.   CTSecondaryField:
  19.     Should be a column field of a Database table. This field will be used
  20.     as minor field of cross table.
  21.   CTSTyle:
  22.     Values set (ctVertical,ctHorizontal)
  23.     ctVertical: The PrimaryField will be listed vertically.
  24.     ctHorizontal: The PrimaryField will be listed horizontally.
  25.   CTSValueField:
  26.     Should be a column field of a Database table. This field will be used
  27.     as sum field of PrimaryField and SecondField. This field should be
  28.     calculatable.
  29.   DatabaseName: See TTable component.
  30.   TableName: See TTable component.
  31.  
  32. Methods:
  33.   Refresh: This method will retrieve data from database, and republish it to
  34.        the cross table.
  35. Events:
  36.   No events available.
  37.  
  38.  
  39. Files include:
  40. crosstab.dcu -- binary component file.
  41. crosstab.txt -- description.
  42. crosstab.dcr -- icon for TCrosstab component.
  43.  
  44. Notes:
  45.   This is a beta release. Any question please send E-Mail to
  46.   Charles Li li@loop.com.tw
  47.   Loop Telecommunication International Inc.
  48.